net/http.http2ClientConn.roundTrip (method)

2 uses

	net/http (current package)
		h2_bundle.go#L8417: 	return cc.roundTrip(req, nil)
		h2_bundle.go#L8420: func (cc *http2ClientConn) roundTrip(req *Request, streamf func(*http2clientStream)) (*Response, error) {